ComponentOne DataGrid for WPF and Silverlight
DataGridRowError Constructor(String,IEnumerable<String>)

C1.WPF.DataGrid Namespace > DataGridRowError Class > DataGridRowError Constructor : DataGridRowError Constructor(String,IEnumerable<String>)
The error message.
The names of the columns associated with this error.
Initializes a new instance of the DataGridRowError class.
Syntax
'Declaration
 
Public Function New( _
   ByVal message As System.String, _
   ByVal members As System.Collections.Generic.IEnumerable(Of String) _
)
public DataGridRowError( 
   System.string message,
   System.Collections.Generic.IEnumerable<string> members
)

Parameters

message
The error message.
members
The names of the columns associated with this error.
See Also

Reference

DataGridRowError Class
DataGridRowError Members
Overload List